-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FIX: unit test configuration handles deferred var @{x} from surefire/failsafe #1827
FIX: unit test configuration handles deferred var @{x} from surefire/failsafe #1827
Conversation
Test Results 321 files ±0 321 suites ±0 52m 42s ⏱️ + 1m 25s For more details on these errors, see this check. Results for commit 1e30cab. ± Comparison against base commit 3af1fc5. ♻️ This comment has been updated with latest results. |
...lipse.m2e.jdt.tests/src/org/eclipse/m2e/jdt/tests/UnitTestLaunchConfigConfigurationTest.java
Outdated
Show resolved
Hide resolved
894ebef
to
0e823b3
Compare
0e823b3
to
19a6a90
Compare
9ffa6f3
to
1e30cab
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot for these fixes @treilhes and sorry for the late reply.
I made a few small adjustments in UnitTestSupport.resolveDeferredVariables()
to be more precise in case of multiple occurrences of equal placeholders (although the result should be the same) and to handle a null
value or empty properties.
I plan to submit this change this evening. Please let me know if you are not fine with any adjustments.
Thanks again. Btw. I noticed that the tests you added are skipped in the CI. Locally they passed, but it would be good to have them running. |
Hello @HannesWell I don't have anything against your adjustments About the unit tests not runninig, from my limited knowledge it seems neither junit or testng features are installed in the eclipse test environment which lead to disabled test. |
Fixes #1824
Fixes #1832